projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591c2f0
)
gdk: Use correct parameter name to fix g-ir-scanner warning
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Wed, 16 Dec 2020 19:19:05 +0000
(20:19 +0100)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Wed, 16 Dec 2020 19:19:05 +0000
(20:19 +0100)
../gdk/gdktoplevellayout.c:217: Warning: Gdk: gdk_toplevel_layout_get_maximized:
unknown parameter 'maximized' in documentation comment, should be 'maximize'
gdk/gdktoplevellayout.h
patch
|
blob
|
history
diff --git
a/gdk/gdktoplevellayout.h
b/gdk/gdktoplevellayout.h
index 69aaea85645eae8546dd3bb7e2a0a1f434fddf37..827d0789680846e28ffec2a391b40ff0cd84be67 100644
(file)
--- a/
gdk/gdktoplevellayout.h
+++ b/
gdk/gdktoplevellayout.h
@@
-67,7
+67,7
@@
void gdk_toplevel_layout_set_fullscreen (GdkToplevelLayout *l
GDK_AVAILABLE_IN_ALL
gboolean gdk_toplevel_layout_get_maximized (GdkToplevelLayout *layout,
- gboolean *maximize);
+ gboolean *maximize
d
);
GDK_AVAILABLE_IN_ALL
gboolean gdk_toplevel_layout_get_fullscreen (GdkToplevelLayout *layout,